Check for mkstemp and sigsetjmp. Output gdk-pixbuf/makefile.mingw and
authorTor Lillqvist <tml@iki.fi>
Sat, 22 Jul 2000 23:56:56 +0000 (23:56 +0000)
committerTor Lillqvist <tml@src.gnome.org>
Sat, 22 Jul 2000 23:56:56 +0000 (23:56 +0000)
2000-07-23  Tor Lillqvist  <tml@iki.fi>

* configure.in: Check for mkstemp and sigsetjmp. Output
gdk-pixbuf/makefile.mingw and gdk-pixbuf/pixops/makefile.mingw.

ChangeLog
ChangeLog.pre-2-0
ChangeLog.pre-2-10
ChangeLog.pre-2-2
ChangeLog.pre-2-4
ChangeLog.pre-2-6
ChangeLog.pre-2-8
configure.in

index b846b11438885834ef6c0e3f32b136ce0342b947..6d0d2d8f84ad58e4eedb4c653bd530945b026bd2 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2000-07-23  Tor Lillqvist  <tml@iki.fi>
+
+       * configure.in: Check for mkstemp and sigsetjmp. Output
+       gdk-pixbuf/makefile.mingw and gdk-pixbuf/pixops/makefile.mingw.
+
 Sat Jul 22 17:41:26 2000  Owen Taylor  <otaylor@redhat.com>
 
        * gtk/gtkentry.[ch]: Fix some problems with vertical
index b846b11438885834ef6c0e3f32b136ce0342b947..6d0d2d8f84ad58e4eedb4c653bd530945b026bd2 100644 (file)
@@ -1,3 +1,8 @@
+2000-07-23  Tor Lillqvist  <tml@iki.fi>
+
+       * configure.in: Check for mkstemp and sigsetjmp. Output
+       gdk-pixbuf/makefile.mingw and gdk-pixbuf/pixops/makefile.mingw.
+
 Sat Jul 22 17:41:26 2000  Owen Taylor  <otaylor@redhat.com>
 
        * gtk/gtkentry.[ch]: Fix some problems with vertical
index b846b11438885834ef6c0e3f32b136ce0342b947..6d0d2d8f84ad58e4eedb4c653bd530945b026bd2 100644 (file)
@@ -1,3 +1,8 @@
+2000-07-23  Tor Lillqvist  <tml@iki.fi>
+
+       * configure.in: Check for mkstemp and sigsetjmp. Output
+       gdk-pixbuf/makefile.mingw and gdk-pixbuf/pixops/makefile.mingw.
+
 Sat Jul 22 17:41:26 2000  Owen Taylor  <otaylor@redhat.com>
 
        * gtk/gtkentry.[ch]: Fix some problems with vertical
index b846b11438885834ef6c0e3f32b136ce0342b947..6d0d2d8f84ad58e4eedb4c653bd530945b026bd2 100644 (file)
@@ -1,3 +1,8 @@
+2000-07-23  Tor Lillqvist  <tml@iki.fi>
+
+       * configure.in: Check for mkstemp and sigsetjmp. Output
+       gdk-pixbuf/makefile.mingw and gdk-pixbuf/pixops/makefile.mingw.
+
 Sat Jul 22 17:41:26 2000  Owen Taylor  <otaylor@redhat.com>
 
        * gtk/gtkentry.[ch]: Fix some problems with vertical
index b846b11438885834ef6c0e3f32b136ce0342b947..6d0d2d8f84ad58e4eedb4c653bd530945b026bd2 100644 (file)
@@ -1,3 +1,8 @@
+2000-07-23  Tor Lillqvist  <tml@iki.fi>
+
+       * configure.in: Check for mkstemp and sigsetjmp. Output
+       gdk-pixbuf/makefile.mingw and gdk-pixbuf/pixops/makefile.mingw.
+
 Sat Jul 22 17:41:26 2000  Owen Taylor  <otaylor@redhat.com>
 
        * gtk/gtkentry.[ch]: Fix some problems with vertical
index b846b11438885834ef6c0e3f32b136ce0342b947..6d0d2d8f84ad58e4eedb4c653bd530945b026bd2 100644 (file)
@@ -1,3 +1,8 @@
+2000-07-23  Tor Lillqvist  <tml@iki.fi>
+
+       * configure.in: Check for mkstemp and sigsetjmp. Output
+       gdk-pixbuf/makefile.mingw and gdk-pixbuf/pixops/makefile.mingw.
+
 Sat Jul 22 17:41:26 2000  Owen Taylor  <otaylor@redhat.com>
 
        * gtk/gtkentry.[ch]: Fix some problems with vertical
index b846b11438885834ef6c0e3f32b136ce0342b947..6d0d2d8f84ad58e4eedb4c653bd530945b026bd2 100644 (file)
@@ -1,3 +1,8 @@
+2000-07-23  Tor Lillqvist  <tml@iki.fi>
+
+       * configure.in: Check for mkstemp and sigsetjmp. Output
+       gdk-pixbuf/makefile.mingw and gdk-pixbuf/pixops/makefile.mingw.
+
 Sat Jul 22 17:41:26 2000  Owen Taylor  <otaylor@redhat.com>
 
        * gtk/gtkentry.[ch]: Fix some problems with vertical
index 6f8d6afb02f554443599dfb5a49f0ea11f6d3654..b8541f737a597a98cb78fc5fb80188e08292cd9a 100644 (file)
@@ -194,7 +194,7 @@ if test "x$enable_rebuilds" = "xyes" && \
 fi
 AC_SUBST(REBUILD)
 
-AC_CHECK_FUNCS(lstat)
+AC_CHECK_FUNCS(lstat mkstemp sigsetjmp)
 
 AC_MSG_CHECKING(whether make is GNU Make)
 STRIP_BEGIN=
@@ -1000,8 +1000,10 @@ docs/reference/gdk-pixbuf/Makefile
 docs/faq/Makefile
 docs/tutorial/Makefile
 gdk-pixbuf/Makefile
+gdk-pixbuf/makefile.mingw
 gdk-pixbuf/gdk-pixbuf-features.h
 gdk-pixbuf/pixops/Makefile
+gdk-pixbuf/pixops/makefile.mingw
 gdk/Makefile
 gdk/x11/Makefile
 gdk/win32/Makefile